Mapper Write Standard Key Value Repo
open class MapperWriteStandardKeyValueRepo<FromKey, FromValue, ToKey, ToValue>(to: WriteStandardKeyValueRepo<ToKey, ToValue>, mapper: MapperRepo<FromKey, FromValue, ToKey, ToValue>) : WriteStandardKeyValueRepo<FromKey, FromValue> , MapperRepo<FromKey, FromValue, ToKey, ToValue>
Content copied to clipboard
Functions
to Inner Key
Link copied to clipboard
to Inner Value
Link copied to clipboard
to Out Value
Link copied to clipboard
unset With Values
Link copied to clipboard